Aggregate - DoubleTotal

DoubleTotal Aggregate Functoid

Description: The DoubleTotal Aggregate Functoid will total the numeric values of all records of field X in the table connected to Field. If a Group Aggregate Functoid is used, the DoubleTotal Aggregate Functoid will total the numeric values for each group. It has almost the same functionality as the Total Aggregate Functoid but the DoubleTotal Aggregate Functoid has fraction support. Inputs with their allowed values:

Picture of the DoubleTotal Aggregate Functoid

 
Remark: Non-numeric values are ignored. Example: Table with group by
Group By Values Result of DoubleTotal
Group1 2.2 6.7
Group1 4.5 6.7
Group2 3.7 10.8
Group2 7.1 10.8
See Figure 1.

Figure 1